@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 已生成的电子协议 */
#cover_prol{
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 1140px;
	background: url(../images/cover-bg.png) repeat;
	z-index: 999999;
	top: 0px;
	left: 0;
	display: none;
	font-family: "宋体";
}
#cover_prol .cover-con{
	width: 750px;

	padding: 25px 60px 100px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -435px;
	top: 200px;
	
}
#cover_prol .cover-con .top .fl{
	width: 70px;
	height: 40px;
	background: url(../images/wjyh-x-logo.png) no-repeat 0 center;
	padding-left: 110px;
	color: #b6b5b4;
	line-height: 20px;
}
#cover_prol .cover-con .top .fl span{
	width: 75px;
}
#cover_prol .cover-con .close-btn{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/xy-close-btn.png) no-repeat center;
	position: absolute;
	right: 50px;
	top: 25px;
}
#cover_prol .cover-con .close-btn1{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/xy-close-btn.png) no-repeat center;
	position: absolute;
	right: 50px;
	top: 25px;
}
#cover_prol .cover-con h3{
	font-size: 16px;
	color: #787878;
	text-align: center;
	margin: 20px 0;
}
#cover_prol .cover-con p.qyf{
	font-size: 14px;
	color: #878686;
	margin-bottom: 10px;
}
#cover_prol .cover-con p.htbh{
	font-size: 13px;
	color: #878686;
	position: absolute;
	right: 60px;
	top: 158px;
}
#cover_prol .cover-con p.notice{
	color: #787878;
	font-size: 14px;
	font-weight: 700;
	margin: 25px 0 15px;
}
#cover_prol .cover-con .xy-con{
	font-size: 14px;
	line-height: 23px;
	/* color: #878686; */
}
#cover_prol .cover-con .xy-con p{
	font-size: 13px;
	line-height: 23px;
	/* color: #878686; */
}
#cover_prol .cover-con .xy-con b{
/* 	display: block;
	color: #878686;
	padding-top: 40px; */
}
#cover_prol .cover-con .b-area{
	overflow: hidden;
	padding: 20px 0;
}
#cover_prol .cover-con .b-area p{
	color: #646262;
	font-size: 14px;
	margin-bottom: 11px;
	line-height: 18px;
    font-family: '宋体';
}
#cover_prol .cover-con .b-area .fl{
	width: 280px;
}
#cover_prol .cover-con .b-area .fr{
	padding-right: 60px;
}
#cover_prol .cover-con .b-area .fr img{
	margin-bottom: 8px;
}
#cover_prol .cover-con ul.b-btns{
	width: 180px;
	height: 30px;
	margin: 0 auto;
}
#cover_prol .cover-con ul.b-btns li{
	float: left;
	width: 80px;
	height: 100%;
}
#cover_prol .cover-con ul.b-btns li.xz{
	background: url(../images/xz-btn.png) no-repeat center;
}
#cover_prol .cover-con ul.b-btns li.dy{
	float: right;
	background: url(../images/dy-btn.png) no-repeat center;
}
#cover_prol .cover-con ul.b-btns li a{
	display: block;
	width: 100%;
	height: 100%;
}
#cover_prol .cover-con a.qxy{
	display: block;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 1) 0%, rgba(204, 0, 0, 1) 100%, rgba(204, 0, 0, 1) 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    box-shadow: none;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    width: 106px;
    bottom: 50px;
    text-decoration: none;
}